object DesignIt: TDesignIt Left = 350 Top = 118 BorderStyle = bsDialog Caption = 'Design Own Puzzle' ClientHeight = 343 ClientWidth = 189 Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [] PixelsPerInch = 120 Position = poScreenCenter Scaled = False OnCreate = FormCreate OnShow = FormShow TextHeight = 19 object SavePuzzle: TButton Left = 8 Top = 196 Width = 169 Height = 33 Caption = '&Save Puzzle' TabOrder = 0 OnClick = SavePuzzleClick end object SaveAndPlay: TButton Left = 8 Top = 232 Width = 169 Height = 33 Caption = 'Save &And Play' TabOrder = 1 OnClick = SaveAndPlayClick end object PlayPuzzle: TButton Left = 8 Top = 268 Width = 169 Height = 33 Caption = '&PLay Puzzle' TabOrder = 2 OnClick = PlayPuzzleClick end object ExitButton: TButton Left = 8 Top = 304 Width = 169 Height = 33 Caption = 'E&xit' TabOrder = 3 OnClick = ExitButtonClick end end